Leadtools Namespace > RasterCollection<T> Class : ItemRemoved Event |
public event EventHandler<RasterCollectionEventArgs<T>> ItemRemoved
'Declaration Public Event ItemRemoved As EventHandler(Of RasterCollectionEventArgs(Of T))
'Usage Dim instance As RasterCollection(Of T) Dim handler As EventHandler(Of RasterCollectionEventArgs(Of T)) AddHandler instance.ItemRemoved, handler
public event EventHandler<RasterCollectionEventArgs<T>> ItemRemoved
add_ItemRemoved(function(sender, e)) remove_ItemRemoved(function(sender, e))
public: event EventHandler<RasterCollectionEventArgs<T^>^>^ ItemRemoved
The event handler receives an argument of type RasterCollectionEventArgs<T> containing data related to this event. The following RasterCollectionEventArgs<T> properties provide information specific to this event.
Property | Description |
---|---|
Item | The object that has been added or removed. |